home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00218_wait 2 secs.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  94 b   |  8 lines

  1. on exitFrame
  2.   if the timer < 120 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.   end if
  7. end
  8.